PowerSNMP for .NET
SafeDictionary<TKey,TValue> Class Members
Properties  Methods 


The following tables list the members exposed by SafeDictionary<TKey,TValue>.

Protected Constructors
 NameDescription
Protected ConstructorSafeDictionary<TKey,TValue> Constructor Serialization support.  
Top
Public Properties
 NameDescription
Public PropertyComparerGets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Public PropertyCountGets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Public PropertyItem Gets or sets the value associated with the specified key.  
Public PropertyKeysGets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Public PropertySyncRoot Use this object to synchronize threadsafe access.  
Public PropertyValuesGets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Top
Public Methods
 NameDescription
Public MethodAdd Adds the specified key and value to the dictionary.  
Public MethodClearRemoves all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Public MethodContainsKey Gets or sets the value associated with the specified key.  
Public MethodContainsValueDetermines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Public MethodGetObjectDataImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Public MethodGetSchema Returns a null Xml Schema for SafeDictionary  
Public MethodOnDeserializationImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Public MethodReadXml Implements the functionality required to deserialize SafeDictionary from XML.  
Public MethodRemoveRemoves the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
Public MethodTryGetValue Gets the value associated with the specified key.  
Public MethodWriteXml Implements the functionality required to serialize SafeDictionary to XML.  
Top
See Also

Reference

SafeDictionary<TKey,TValue> Class
Dart.Snmp Namespace

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic